From: Mirko Vogt Date: Mon, 11 Dec 2017 14:38:49 +0000 (+0100) Subject: qt5quick2: include *.js-files for QML plugins and include qmlrunner in test pkg X-Git-Url: http://git.openwrt.org/%22http:/oss.oetiker.ch/rrdtool//%22/%22http:/oss.oetiker.ch/rrdtool/%22?a=commitdiff_plain;h=615ee01e17d60c22b3854ec5fb8c400978e3c10a;p=feed%2Fvideo.git qt5quick2: include *.js-files for QML plugins and include qmlrunner in test pkg --- diff --git a/frameworks/qt5quick2/Makefile b/frameworks/qt5quick2/Makefile index e49291a..4f63d08 100644 --- a/frameworks/qt5quick2/Makefile +++ b/frameworks/qt5quick2/Makefile @@ -146,7 +146,7 @@ define Build/Install/QMLplugin $(1)/$(QT_INSTALL_QML)/$(2) $(CP) \ - $(PKG_INSTALL_DIR)/$(QT_INSTALL_QML)/$(2)/{plugins.qmltypes,qmldir,$(3).{so,qml}*} \ + $(PKG_INSTALL_DIR)/$(QT_INSTALL_QML)/$(2)/{plugins.qmltypes,qmldir,$(3).{so,qml,js}*} \ $(1)/$(QT_INSTALL_QML)/$(2)/ \ || true endef @@ -192,6 +192,8 @@ endef define Package/qt5quick2-qml-test/install $(call Build/Install/QMLplugin,$(1),QtTest,*) + $(INSTALL_DIR) $(1)/usr/bin + $(CP) $(PKG_INSTALL_DIR)/usr/bin/qmltestrunner $(1)/usr/bin/ endef define Package/qt5quick2-qml-layouts/install